Skip to main content
POST
/
api
/
v1
/
client
/
{environmentId}
/
responses
Create Response
curl --request POST \
  --url 'http://{{baseurl}}/api/v1/client/{environmentId}/responses' \
  --header 'Content-Type: application/json' \
  --data '
{
  "data": {
    "hs8yd14l9h8u353tjmv6rzaw": "clicked",
    "tcgls0063n8ri7dtrbnepcmz": "Who? Who? Who?"
  },
  "finished": false,
  "meta": {
    "action": "test action",
    "source": "Postman API",
    "url": "https://postman.com"
  },
  "surveyId": "{{surveyId}}",
  "userId": "{{userId}} (optional)"
}
'
{}

Path Parameters

environmentId
string
required

Body

application/json

The body is of type object.

Response

OK

The response is of type object.